projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
701651a
)
docs: don't use properties syntax for child props
author
William Jon McCann
<william.jon.mccann@gmail.com>
Tue, 21 Jan 2014 19:48:21 +0000
(14:48 -0500)
committer
William Jon McCann
<william.jon.mccann@gmail.com>
Tue, 21 Jan 2014 23:57:37 +0000
(18:57 -0500)
gtk/gtklabel.c
patch
|
blob
|
history
diff --git
a/gtk/gtklabel.c
b/gtk/gtklabel.c
index 4873898156d706e31bcb7e27d8a4afb74c56847c..4bc713142ccd5e2c4c52998a8722740bf003dee4 100644
(file)
--- a/
gtk/gtklabel.c
+++ b/
gtk/gtklabel.c
@@
-844,7
+844,7
@@
gtk_label_class_init (GtkLabelClass *class)
* %PANGO_ELLIPSIZE_NONE has the side-effect that the label requests
* only enough space to display the ellipsis "...". In particular, this
* means that ellipsizing labels do not work well in notebook tabs, unless
- * the
tab's #GtkNotebook:tab-expan
d property is set to %TRUE. Other ways
+ * the
#GtkNotebook tab-expand chil
d property is set to %TRUE. Other ways
* to set a label's width are gtk_widget_set_size_request() and
* gtk_label_set_width_chars().
*